#FUCK {
  position: absolute;
  width: 50%;
  top: -2%;
  left: 28%;
  animation-name: cunt;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes cunt {
  from {
  }

  50% {
    transform: scale(110%);
  }

  to {
  }
}

h1 {
  text-align: center;
  position: absolute;
  top: 300%;
  left: 50%;
}

.c1 {
  position: absolute;
  top: 100%;
  width: 70%;
  left: 17%;
  transition: 120s;
  transform-style: preserve-3d;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
}

.c1:hover {
  transform: rotateY(5000deg);
}

.c2 {
  position: absolute;
  top: 153%;
  width: 60%;
  left: 35%;
  animation-name: fuck;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 1;
  -moz-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  border-radius: 1%;
}

@keyframes fuck {
  from {
    opacity: 00%;
  }
  0% {
    opacity: 00%;
  }
  5% {
    opacity: 100%;
  }

  20% {
    opacity: 100%;
  }
  25% {
    opacity: 0%;
  }
  to {
    opacity: 0%;
  }
}

.c3 {
  position: absolute;
  top: 153%;
  width: 60%;
  left: 35%;
  animation-name: fuck1;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 1;
  -moz-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  border-radius: 1%;
}

@keyframes fuck1 {
  from {
    opacity: 0%;
  }
  20% {
    opacity: 0%;
  }
  25% {
    opacity: 100%;
  }

  45% {
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  to {
    opacity: 0%;
  }
}

.c4 {
  position: absolute;
  top: 153%;
  width: 60%;
  left: 35%;
  animation-name: fuck2;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 1;
  -moz-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  border-radius: 1%;
}
@keyframes fuck2 {
  from {
    opacity: 0%;
  }
  45% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }

  70% {
    opacity: 100%;
  }
  75% {
    opacity: 0%;
  }
  to {
    opacity: 0%;
  }
}

.c5 {
  position: absolute;
  top: 153%;
  width: 60%;
  left: 35%;
  animation-name: fuck3;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 1;
  -moz-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5);
  border-radius: 1%;
}
@keyframes fuck3 {
  from {
    opacity: 0%;
  }
  70% {
    opacity: 0%;
  }
  75% {
    opacity: 100%;
  }

  95% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
  to {
    opacity: 0%;
  }
}
